home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / ascope / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  152 b   |  10 lines

  1. include $(ROOT)/usr/include/make/commondefs
  2.  
  3. LLDLIBS    = -lgl -laudio
  4. TARGETS = ascope
  5. CFILES    = ascope.c
  6.  
  7. default all: $(TARGETS)
  8.  
  9. include $(COMMONRULES)
  10.